String.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opOpAssign(T value)
  2. auto ref opOpAssign(T value)
    struct String
    version(!AvoidStringFragmentation)
    @nogc ref
    opOpAssign
    (
    string op
    T
    )
    ()
    if (
    op == "~"
    )

Meta